.hero-buttons {
    display: flex;
    border-radius: 1.25rem;
    flex-wrap: wrap;
    gap: 1rem;
    animation: 1s ease-out 0.8s 1 normal both running fadeInUp;
}
.btn-primary {
    color: white;
    box-shadow: rgba(14, 165, 233, 0.4) 0px 5px 15px;
    background: linear-gradient(135deg,  #257598, #9E2A2D, #000000);
    border-radius: 1.25rem;
}
.btn-secondary {
    color: white;
    box-shadow: rgba(14, 165, 233, 0.4) 0px 5px 15px;
    background: linear-gradient(135deg,  #257598, #9E2A2D, #000000);
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-radius: 1.25rem;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
     background: linear-gradient(135deg,  #257598, #9E2A2D, #000000);
    transition: left 0.5s;
    border-radius: 1.25rem;
}
.btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}
.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
     background: linear-gradient(135deg,  #257598, #9E2A2D, #000000);
    border-radius: 15px;
}


  .feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    text-align: center;
  }

  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  }

  .feature-icon {
    font-size: 27px;
    color: #f9fafa;
    margin-bottom: 20px;
  }

  .feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .feature-card p {
    font-size: 14px;
    color: #555;
  }
  .section-subtitle {
    font-size: 2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}
.feature-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically center */
  align-items: center;     /* horizontally center */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-icon {
  font-size: 35px;
  /* color: #257598; */
  margin-bottom: 15px;
}

h6{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.member-title {
    font-size: 1.1rem;
    color:#9E2A2D;
    font-weight: 600;
    margin-bottom: 1rem;
}
/* .achievement {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
} */

/* .member-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.expertise-tag {
    background:  linear-gradient(135deg,  #000000, #257598,#9E2A2D);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
} */
/* .achievement i {
    color: #0ea5e9;
    margin-right: -0.4rem;
    width: 16px;
} */
 .member-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.expertise-tag {
  background: linear-gradient(135deg, #257598, #9E2A2D, #000000);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(245, 244, 244, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.expertise-tag:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

 .achievement {
  display: flex;
  align-items: center;
  /* background-color: #f9f9f9; */
  padding: 9px 20px;
  border-radius: 8px;
  margin-bottom: 7px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color:#475569;
}

.achievement i {
  font-size: 24px;
  color:#9E2A2D; /* green tone or pick your theme color */
  margin-right: 27px;
}

.achievement span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* .achievement:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 6px 12px rgba(0,0,0,0.1); 
}*/

.form-group {
    margin-bottom: 1.5rem;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
    background-color: color-mix(in srgb, var(--background-color), #f5f8fd 30%);
}
.rakhi-bio {
    text-align:left ; 
    font-size: 14px; 
    margin-top: 10px;
}
/* work */


.box {
  position: relative;
  width: 50%;
  padding: 1rem 3rem;
  opacity: 0;
  transform: translateY(500px) scale(0);
  transition: all 0.5s ease-out;
}

.box.animate {
  animation: animateBox 0.6s ease-out forwards;
}

@keyframes animateBox {
  0% {
    opacity: 0.8;
    transform: translateY(500px) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.box:nth-child(2) {
  animation-delay: 0.5s;
}

.box:nth-child(3) {
  animation-delay: 0.8s;
}

.box:nth-child(4) {
  animation-delay: 1s;
}

.box:nth-child(5) {
  animation-delay: 1.3s;
}

.box:nth-child(6) {
  animation-delay: 1.6s;
}

.box:nth-child(7) {
  animation-delay: 1.9s;
}

.box:nth-child(8) {
  animation-delay: 2.1s;
}

.box-left {
  left: 0;
}

.box-right {
  left: 50%;
}

.box img {
  position: absolute;
  background: linear-gradient(135deg, #257598, #9E2A2D, #000000);
  top: 30px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: -25px;
  z-index: 10;
  padding: 8px;
}

.box .html {
  color: #fff;
}

.box .css {
  color: #fff;
}

.box .javascript {
  color: #fff;
}

.box .react {
  color: #fff;
}

.box .angular {
  color: #fff;
}

.box .vue {
  color: #fff;
}

.box-right img {
  left: -25px;
  padding: 8px;
}

.info {
  border-bottom: 2px;
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: #123A4C;
  color: #fafafa;
  box-shadow: 0 5px 9px #000;
  border-bottom: 2px solid #00626c;
  transition: all 0.3s ease;
}

.info:hover {
  transform: translateY(-5px);
}

.info h2 {
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.info p {
  font-size: 14px;
  margin-bottom: 10px;
}

.info a {
  text-decoration: none;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.info a:hover {
  text-decoration: underline;
}

.info::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #002124;
  right: -14px;
  z-index: 10;
  height: 2px;
}

.box-right .info::after {
  border-left: 0;
  border-right: 14px solid #002124;
  left: -14px;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(45deg, #051719, #003136 186%);
  margin: 90px 0px;
}

.vertical-line.animate {
  animation: animateLine 3s linear forwards;
}

@keyframes animateLine {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@media screen and (max-width: 775px) {
  .container {
    margin: 40px auto;
  }
  .vertical-line {
    left: 60px;
  }

  .box {
    width: 100%;
    padding-left: 109px;
  }

  .box-left,
  .box-right {
    left: 0;
  }

  .box img {
    left: 35px;
  }

  .info::after {
    left: -16px;
  }

  .box-left .info::after {
    border-left: 0;
    border-right: 14px solid white;
    left: -14px;
  }
}